diff options
| author | real-zephex <[email protected]> | 2024-05-05 10:46:20 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-05 10:46:20 +0530 |
| commit | c9627848bba0fbc611b18116f621fde7468a8772 (patch) | |
| tree | 8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/[id]/info.module.css | |
| parent | Merge pull request #15 from zephex-alt/master (diff) | |
| parent | UI enhancement (diff) | |
| download | dramalama-c9627848bba0fbc611b18116f621fde7468a8772.tar.xz dramalama-c9627848bba0fbc611b18116f621fde7468a8772.zip | |
Merge pull request #16 from zephex-alt/master
UI enhancement
Diffstat (limited to 'src/app/anime/[id]/info.module.css')
| -rw-r--r-- | src/app/anime/[id]/info.module.css | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index e6d0af1..fd14d32 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -37,6 +37,25 @@ color: rgba(255, 255, 255, 0.637);
}
+.SelectClass {
+ background-color: #272727;
+ color: white;
+ font-family: "Lexend Deca", serif;
+ border: none;
+ outline: none;
+ padding: 0.5rem;
+ border-radius: 0.5rem;
+ text-align: center;
+}
+
+.SelectClass::-webkit-scrollbar {
+ width: 0;
+}
+
+.SelectClass option:checked {
+ background-color: rgb(0, 160, 223);
+}
+
.buttonContainer {
margin: 0px;
height: 200px;
@@ -72,7 +91,7 @@ .dramaButton {
padding: 10px;
font-family: "Lexend Deca", serif;
- margin: 5px 5px 5px 5px;
+ margin: 0.5rem 0.5rem 0px 0px;
width: 55px;
border-radius: 5px;
text-align: center;
@@ -161,4 +180,8 @@ .video {
width: 100%;
}
+
+ .buttonContainer {
+ text-align: center;
+ }
}
|